home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / readme < prev    next >
Encoding:
Text File  |  1996-11-17  |  1.4 KB  |  36 lines

  1.     The various .diff files in this directory are produced by the
  2. Unix `diff' program, and contain the differences between two versions
  3. of a package (e.g. gcc-2.6.2-2.6.3.diff can be used to upgrade gcc
  4. 2.6.2 to version 2.6.3).
  5.  
  6.     You can use the `patch' program, available here, to
  7. automatically apply diff files to sources.
  8. ----------------------------------------------------------------------
  9. Because the `compress' utility is covered by patents (US 4,464,650 and
  10. 4,558,302), we cannot use it; it is not free software.
  11.  
  12. Instead, the GNU Project uses the `gzip' program, which is free of
  13. known software patents and also compresses better than `compress'.
  14. Files compressed with this method end with `.gz'.
  15.  
  16. Gzip can also uncompress files compressed with `compress' (i.e. files
  17. ending in `.Z'), since the uncompression algorithm is not patented.
  18.  
  19. To extract sources that are in files ending in `.tar.gz' you can use
  20. the command
  21.  
  22.       gzip -d < foo.tar.gz | tar xf -
  23.  
  24. where `foo.tar.gz' is the name of the file.
  25.  
  26. Gzip is available in source form on this ftp archive, in the files
  27. gzip-N.N.shar and gzip-N.N.tar (where N.N is the version number - e.g.
  28. 1.2.4).
  29.  
  30. The file gzip-N.N.tar.gz is also available for those who
  31. already have gzip but want to get a newer version, since the gzipped
  32. file will transfer faster).
  33.  
  34. Gzip is also available as a DOS executable in the file
  35. gzip-N.N.msdos.exe. To find a VMS executable, read gzip-vms.README.
  36.